home *** CD-ROM | disk | FTP | other *** search
- extern void optionKeys
- (
- void
- );
-
- extern void optionKeysOff
- (
- void
- );
-
- extern int updateCursor
- (
- int force
- );
-
- extern void Wait4Mouse
- (
- void
- );
-
- extern void WaitSeconds /* BYU 2.4.15 */
- ( /* BYU 2.4.15 */
- int myseconds /* BYU 2.4.15 */
- ); /* BYU 2.4.15 */
-
- extern int getmacro
- (
- int n,
- unsigned char *dest
- );
-
- extern void setmacro /* Set macro number <n> to the value of s */
- (
- int n,
- unsigned char *s
- );
-
- extern void initEvents
- (
- void
- );
-
- extern void DoEvents
- (
- void
- );
-
- extern void NoWindow
- (
- void
- );
-
- extern void JTime
- (
- int i
- );
-